home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / boot / netBoot.new / sun4c.md / bootparam.h < prev    next >
C/C++ Source or Header  |  1990-12-19  |  579b  |  24 lines

  1. /*
  2.  * bootparam.h
  3.  *
  4.  * @(#)bootparam.h 1.5 88/02/08 SMI
  5.  * Copyright (c) 1986 by Sun Microsystems, Inc.
  6.  */
  7.  
  8. /*
  9.  * Constants for stand-alone I/O (bootstrap) code.
  10.  */
  11. #ifdef SUN4
  12. #define    BBSIZE   (64*512) /* Boot block size.               */
  13. #ifdef CACHE
  14. #define LOADADDR 0x20000  /* Load address of boot programs. */
  15. #else CACHE
  16. #define LOADADDR 0x4000   /* Load address of boot programs. */
  17. #endif CACHE
  18. #else SUN4
  19. #define BBSIZE   8192     /* Boot block size.               */
  20. #define LOADADDR 0x4000   /* Load address of boot programs. */
  21. #endif SUN4
  22.  
  23. #define    DEV_BSIZE 512
  24.